home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-12-22 | 1.9 KB | 70 lines | [TEXT/CWIE] |
- /*
- File: Sample.r
-
- Contains: Location Manager SDK Sample Rez data...
-
- Version: ALM SDK 2.0
- Package: Location Manager SDK 2.0
-
- Copyright: © 1996-1997 by Apple Computer, Inc.
- All rights reserved.
-
- Bugs?: Please include the the file and version information (from above) with
- the problem description. Developers belonging to one of the Apple
- developer programs can submit bug reports to:
-
- devsupport@apple.com
-
- */
-
- #define thng_RezTemplateVersion 1
- #define DLOG_RezTemplateVersion 1
-
- // -------------------------------------------------------------------------------------------------
-
- // Module Include...
-
- #include "EjectPCCardModule.h"
-
- // MacOS Includes...
-
- #include "Components.r"
- #include "LocationManager.r"
-
- // -------------------------------------------------------------------------------------------------
-
- // Bring in the binary resource stuff...
-
- include "EjectPCCardModule.rsrc";
-
- // -------------------------------------------------------------------------------------------------
-
- // Information for the component manager -- ##### be sure to change the subtype!
-
- resource 'thng' (128, "Eject PC Cards") {
- kALMComponentType,
- 'EJCT', // Component Subtype--must be unique (use your registered creator)!
- 'appl', // Component Manufacturer--something descriptive (we use 'appl')
- 0x0, // Flags (32 bits); could be kALMMultiplePerLocation and/or kALMDescriptionGetsStale
- kAnyComponentFlagsMask,
- kExecutableRsrcType, kExecutableRsrcID,
- kNameRsrcType, kNameRsrcID,
- kDescRsrcType, kDescRsrcID,
- kIconRsrcType, kIconRsrcID,
- 0x0, // Version
- componentDoAutoVersion,
- kIconRsrcID,
- {} // No platform info
- };
-
- // Internationalization in an easy place for internationalizers to get at it...
-
- resource kALMAltScriptManagerInfoRsrcType (kALMAltScriptManagerInfoRsrcID, "Script Info") {
- kALMScriptInfoVersion,
- smRoman, // Script
- verUS, // Version
- langEnglish, // Language
- 10, // Size
- "Geneva" // Font
- };
-